projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed1480b
)
Fix recent gdb-mi change
author
Glenn Morris
<rgm@gnu.org>
Sun, 25 Jul 2021 16:44:37 +0000
(09:44 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Sun, 25 Jul 2021 16:44:37 +0000
(09:44 -0700)
* lisp/progmodes/gdb-mi.el (gdb-registers-filter-pattern-list):
Fix type.
lisp/progmodes/gdb-mi.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/gdb-mi.el
b/lisp/progmodes/gdb-mi.el
index 38dd0a770260538e7a87dddf83cdcde795730602..57c99abec6401af66d68d60c341bb58d5490624b 100644
(file)
--- a/
lisp/progmodes/gdb-mi.el
+++ b/
lisp/progmodes/gdb-mi.el
@@
-594,7
+594,7
@@
filter."
Each pattern is a regular expression. GDB displays registers
whose name matches any pattern in the list. Refresh the register
buffer for the change to take effect."
- :type '
list
+ :type '
(repeat regexp)
:group 'gdb-buffers
:version "28.1")